From: Matthias Klose Date: Tue, 14 Apr 2026 04:38:32 +0000 (+0700) Subject: test-no-random-order X-Git-Tag: archive/raspbian/3.9.2-1+rpi1+deb11u6^2~75 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22mailto:bartha.m.judit%40gmail.com/%22/%22http:/www.example.com/%22mailto:bartha.m.judit%40gmail.com/%22?a=commitdiff_plain;h=45c4b28b9de23319388533ac2ab75a5e490d4f78;p=python3.9.git test-no-random-order # DP: Don't run the test suite in random order. # DP: Don't run the test suite in random order. Gbp-Pq: Name test-no-random-order.diff --- diff --git a/Tools/scripts/run_tests.py b/Tools/scripts/run_tests.py index bcfa5e9..911aeb5 100644 --- a/Tools/scripts/run_tests.py +++ b/Tools/scripts/run_tests.py @@ -33,7 +33,6 @@ def main(regrtest_args): args.extend(test.support.args_from_interpreter_flags()) args.extend(['-m', 'test', # Run the test suite - '-r', # Randomize test order '-w', # Re-run failed tests in verbose mode ]) if sys.platform == 'win32':